home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / sound / misc / algorhythms.lha / AlgoRhythms / Source / pitchnames.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-25  |  175 b   |  7 lines

  1. #ifndef PITCHNAMES_LOADED
  2. #define PITCHNAMES_LOADED
  3.  
  4. extern int pitch_to_midi(const char *pitch_name);
  5. extern void midi_to_pitch(const int note_num, char *pitch_name);
  6.  
  7. #endif